Skip to content

✨ import enhancements done in trutificationdemo#29

Merged
carlosthe19916 merged 4 commits intoguacsec:mainfrom
carlosthe19916:config
Mar 25, 2025
Merged

✨ import enhancements done in trutificationdemo#29
carlosthe19916 merged 4 commits intoguacsec:mainfrom
carlosthe19916:config

Conversation

@carlosthe19916
Copy link
Copy Markdown
Contributor

  • setting back the "cherry-pick" label for selecting backports. The reason is that there are other parts in the repository that rely on a pre-stablished "cherry-pick" label like for instance https://github.com/trustification/release-tools/blob/main/pkg/config/config.yaml#L96-L99
    • The problem in the past seems to be that we could not find a regex that math the cherry-pick labels but while enhancing the trustificationdemo org I fixed it using
label_pattern: >-
            ^cherry-pick\/([^ ]+)$
  • Enhancing the Title verification error, now the GH log will contain which are the valid title prefixes.
  • Introduce the create-release reusable action for generating releases and changelogs

Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
# Conflicts:
#	.github/workflows/cherry-pick.yaml
@carlosthe19916 carlosthe19916 merged commit 1501237 into guacsec:main Mar 25, 2025
5 checks passed
@trustification-ci-bot
Copy link
Copy Markdown

Backport failed because this pull request contains merge commits. You can either backport this pull request manually, or configure the action to skip merge commits.


const branches = labels.filter(label => label.startsWith('backport '))
.map(label => label.substr(9));
const branches = labels.filter(label => label.startsWith('cherry-pick/'))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer backport over cherry-pick, as it's clearer what's supposed to happen.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm collecting the current status of things, and I will explain it at guacsec/trustify#1472 what we have now. And we can certainly customize things like "cherry-pick" vs "backport".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants